runtime.pageCache.allocN (method)

2 uses

	runtime (current package)
		mpagecache.go#L49: 	return c.allocN(npages)
		mpagecache.go#L58: func (c *pageCache) allocN(npages uintptr) (uintptr, uintptr) {